home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / file-tra / fsp-2.7 / fsp-2 / fsp / FILES < prev    next >
Encoding:
Text File  |  1993-05-21  |  9.4 KB  |  190 lines

  1. Complete content of the FSP package:
  2. --------------------------------------------------
  3.    ChangeLog       A list of all the changes made to the source code
  4.            seperated by version.
  5.    FILES       This list.
  6.    INFO           Information about the purpose of FSP
  7.    INSTALL       Installation instructions for FSP
  8.    MACHINES       A list of known architectures and compilers for which
  9.            this code compiles.
  10.    Makefile       Distributed makefile.
  11.    Makefile.in       input file for building makefile from configure script.
  12.    aclocal.m4       Gnu M4 macros specific to configuring FSP
  13.    bin/           Directory for storing binaries, empty.
  14.    bsd_src/        Directory containing additional sources derived from
  15.                    those in public archive on uunet.uu.net. Most sources
  16.                    are modified to deal with FSP or some architectures.
  17.     Makefile       Unix Makefile for compiling the .
  18.     Makefile.in       input file for building makefile from configure script.
  19.     cmp.c          BSD compare routines.
  20.     find.c       Source for BSD find.
  21.     fnmatch.c       filename matching functions for BSD find.
  22.     function.c       BSD find function parser.
  23.     glob.c         modified BSD globbing routine.
  24.     ls.c           Modified ls source.
  25.     operator.c       operator parsing code for BSD find.
  26.     option.c       option parsing for BSD find.
  27.     print.c        Directory print routines, modified for VMS.
  28.     random.c       BSD random/srandom functions.
  29.     util.c         additional util routines for ls.
  30.    client/       Code common to all clients
  31.     Makefile       Unix Makefile for compiling the client libraries.
  32.     Makefile.in       input file for building makefile from configure script.
  33.     lib.c          Core routines of the client library.
  34.     lock.c         Simple file locking code to do client multi-plexing.
  35.     util.c         Supplementry routines of the client library.
  36.    clients/       Code for the standalone and merged client versions
  37.     Makefile       Unix Makefile for building, and installing the clients.
  38.     Makefile.in       input file for building makefile from configure script.
  39.     fcatcmd.c      These compiles into individual client utilities.
  40.     fcdcmd.c       Those with a "cmd" in their name will require
  41.     fducmd.c       shell alias wrappers either because they do their own
  42.     ffindcmdc      file globbing on argv based on directory information
  43.     fgetcmd.c      gotten from the server or because the modify the
  44.     fgrabcmd.c     environment variables (fcdcmd and fhostcmd)
  45.     fhostcmd.c
  46.     flscmd.c        
  47.     fmkdir.c       
  48.     fprocmd.c      
  49.     fput.c         
  50.     frmcmd.c       
  51.     frmdircmd.c    
  52.     fver.c         
  53.     merge.c        This file is used to call the other client programs
  54.                when program merging option is used.  Rather than
  55.            compiling into individual client utility programs,
  56.            users may opt to build a single program which
  57.            contains all client funtionalities, which are to
  58.            be distinguished at run time by the name used to
  59.            activate the program.  Significant space saving can
  60.            be achieved on some machines. 
  61.    common/       Directory containing code used in both server and clients
  62.     Makefile       Unix makefile for building the common library.
  63.     Makefile.in       input file for building makefile from configure script.
  64.     strdup.c       Unix strdup function.
  65.     udp_io.c       Lowest level routines that deal with the unix inet
  66.                    sockets. Some changes might be needed to get it
  67.                    running with other network implementations.
  68.    config.status   GNU autoconf that will be regenerated every time configure
  69.            is run. It is used to regenerate the same configuration as
  70.            before.
  71.    configure       SH script generated by GNU autoconf from configure.in used
  72.            to test certain parameters of the operating system in order
  73.            to enable compilation with the minimum of human
  74.            intervention.
  75.    configure.in       Input script to autoconf used to generate configure.
  76.    contrib/       Directory containing user contributed files and FSP code.
  77.            This code is not supported by the FSP maintainer but is
  78.            placed here as a courtesy to FSP users.
  79.     admin/       Directory containing files written by JT Traub in order
  80.            to help automate some of the tasks of FSP site admins.
  81.     fspadmin/       Directory contaning admin files created by Ruben Oleson.
  82.     fspshell/      FSP shell front end created by Ruben Oleson.
  83.     setup/       FSP setup script created by Robert Martin-Legene
  84.    descrip.mms       VAX/VMS mms makefile.
  85.    example.conf       An example fspd.conf file suitable for copying and editing.
  86.    include/       Directory containing all include files.
  87.     bsd_extern.h   External definitions for all the functions from bsd_src dir.
  88.     c_extern.h     External definitions for all the functions from client dir.
  89.     client_conf.h  Client options that need to be manually configured.
  90.     client_def.h   Definition for the client code.
  91.     co_extern.h       External definitions for all the functions from common dir.
  92.     common_def.h   Definitions common to both the server code and the
  93.                    client code.
  94.     find.h       definitions for the BSD find command.
  95.     ls.h           definitions for the BSD ls command.
  96.     my-string.h       Headerfile to avoid some bogus redefinitions of strings.
  97.     proto.h       function prototyping headers.
  98.     s_extern.h     External definitions for all the functions from server dir. 
  99.     server_conf.h  Server options that need to be manually configured.
  100.     server_def.h   Definitions for the server code.
  101.     tweak.h        System dependent configurations options.  This file will
  102.            be automatically generated from tweak.h.in when the
  103.            configure script is run.
  104.     tweak.h.in       input file to configure script used to generate tweak.h
  105.     version.h       header file containing FSP version information.
  106.     vms/       VMS specific include files
  107.       dirent.h     BSD dirent.h headerfile, modified for VMS.
  108.       grp.h        BSD grp.h headerfile, modified for VMS.
  109.       param.h      BSD param.h headerfile, modified for VMS.
  110.       pwd.h        BSD pwd.h headerfile, modified for VMS.
  111.       socket.h     UCX socket.h, seems to be diff. on Multinet systems.
  112.       stat.h       UCX stat.h, for Multinet systems which don't have it.
  113.       time.h       BSD time.h headerfile, modified for VMS.
  114.       tweak.h      System dependent configuration options.
  115.       types.h      BSD types.h headerfile, modified for VMS.
  116.       utmp.h       BSD utmp.h headerfile, modified for VMS.
  117.    man/           Manual pages for the FSP clients/server.
  118.     Makefile       Unix makefile for installing the man pages in the proper
  119.            place.
  120.     man1/       Files that belong in subsection 1 of the man heirarchy.
  121.      fcat.1
  122.      fcatcmd.1
  123.      fcd.1
  124.      fcdcmd.1
  125.      fdu.1
  126.      fducmd.1
  127.      ffind.1
  128.      ffindcmd.1
  129.      fget.1
  130.      fgetcmd.1
  131.      fgrab.1
  132.      fgrabcmd.1
  133.      fhost.1
  134.      fhostcmd.1
  135.      fls.1
  136.      flscmd.1
  137.      fmkdir.1
  138.      fpro.1
  139.      fprocmd.1
  140.      fput.1
  141.      frm.1
  142.      frmcmd.1
  143.      frmdir.1
  144.      frmdircmd.1
  145.      fspd.1
  146.      fver.1
  147.     man5/       Files that belong in subsection 5 of the man heirarchy.
  148.      fsp_prof.5
  149.    server/       Files needed to compile the FSPD server
  150.     Makefile       Unix Makefile for compiling the server.
  151.     conf.c         fspd configuration file reading routines. 
  152.     file.c         Server routines for file i/o.
  153.     filecache.c    fp-caching routines.
  154.     host.c         Server routines for maintaining client database.
  155.     lib.c          Server routines for inet socket i/o.
  156.     main.c         Server main routine and dispatch loop.
  157.    setup           CSH script for initializing FSP (Unix).
  158.    vms/            VMS installation and documentation directory.
  159.     Bugs.VMS       Known bugs as of FSP 2.7.0
  160.     Install.VMS    Textfile about VMS-fsp, installation, etc.
  161.     VMS.ChangeLog  Changes from VMS-FSP V2.6.3 up to V2.7.0.
  162.     compfspd.com   DCL compiler file for server_main.
  163.     compile.com    DCL compiler file, adapted from VMS-IRC-Client DCL MAKE
  164.                    file, Copyright 1990 by Very Mad Students, University
  165.                    of Karlsruhe, FRG
  166.     fsp.com        DCL script to solve some typical CSH functions.
  167.     fspd.conf      Sample server configuration file for VMS.
  168.     link.com       DCL linker file for all executables.
  169.     makeclient.com DCL makefile for all FSP clients.
  170.     makemerge.com  DCL makefile for the FSP-merge clients.
  171.     makeserver.com DCL makefile for the FSP server.
  172.     mulshare.opt   Linker options file for Multinet/UCX implementations.
  173.     resubfsp.com   Sample DCL file to start the fspd as a batch process.
  174.     runfspd.com    Sample DCL file to start the fspd as a detached process.
  175.     setup.com      Sample DCL FSP initialization script.
  176.     setupmerge.com Sample DCL FSP-merge initialization script.
  177.     tgvshare.opt   Linker options file for Multinet/TGV implementations.
  178.     ucx$ipc.olb    UCX Linker library for Multinet/UCX systems.
  179.     ucxshare.opt   Linker options file for UCX/TCP implementations.
  180.    vms_src/        Directory in which the Unix emulation routines for VMS
  181.                    are located.
  182.     convpath.c     Unix to VMS pathconversion routines.
  183.     getopt.c       getopt.c, modified for VMS, 12-AUG-1992, tmk
  184.     miscvms.c      miscellaneous unix emulation routines, original from
  185.                    XV-package, 1-NOV-1990 GJC@MITECH.COM
  186.     vmsmain.c      new main() to solve the 'arguments conversion to uppercase'
  187.                    problem.
  188.     vmsreaddir.c   directory emulation routines, original from XV-package,
  189.                    written by Rich $alz, <rsalz@bbn.com> in August, 1990.
  190.